home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 10 / bobs / intuall.h < prev    next >
C/C++ Source or Header  |  1994-01-27  |  2KB  |  65 lines

  1. /*** intuall.h **************************************************************
  2.  *
  3.  *  intuall.h, general includer for intuition
  4.  *
  5.  *  Confidential Information: Commodore-Amiga, Inc.
  6.  *  Copyright (c) Commodore-Amiga, Inc.
  7.  *
  8.  *                          Modification History
  9.  *    date        author :       Comments
  10.  *    ------      ------      -------------------------------------
  11.  *    1-30-85     -=RJ=-      created this file!
  12.  *
  13.  ****************************************************************************/
  14.  
  15. #include <exec/types.h>
  16. #include <exec/nodes.h>
  17. #include <exec/lists.h>
  18.     /* #include <exec/interrupts.h> */
  19. #include <exec/memory.h>
  20. #include <exec/ports.h>
  21. #include <exec/tasks.h>
  22. #include <exec/libraries.h>
  23. #include <exec/devices.h>
  24. #include <exec/io.h>
  25. #include <exec/devices.h>
  26.  
  27. #include <devices/console.h>
  28. #include <devices/timer.h>
  29. #include <devices/keymap.h>
  30. #include <devices/inputevent.h>
  31.  
  32. #define Msg IOStdReq        /* temporary kluge for dosextens.h */
  33.  
  34. #include <libraries/dos.h>
  35. #include <libraries/dosextens.h>
  36.  
  37. /* ALWAYS INCLUDE GFX.H before other includes */
  38. #include <graphics/gfx.h>
  39.  
  40. /* new as of 7/9/85 */
  41. #include <graphics/regions.h>
  42. #include <hardware/blit.h>
  43.  
  44. /* temporary kludge for gels.h */
  45. #define blitNode bltnode
  46.  
  47. #include <graphics/collide.h>
  48. #include <graphics/copper.h> 
  49. #include <graphics/display.h>
  50. #include <hardware/dmabits.h>
  51. #include <graphics/gels.h>
  52. #include <graphics/clip.h>
  53. #include <graphics/rastport.h>
  54. #include <graphics/view.h>
  55. #include <graphics/gfxbase.h>
  56. #include <graphics/text.h>
  57.     /* #include <hardware/intbits.h> */
  58. #include <hardware/custom.h>
  59. #include <graphics/gfxmacros.h>
  60. #include <graphics/layers.h>
  61.  
  62. /* changed so I can get gadget addr */
  63. #include <intuition/intuition.h>
  64. #include <devices/gameport.h>
  65.